home *** CD-ROM | disk | FTP | other *** search
/ Visual FX for Image FX / VisualFX for Image FX 3 - Disc 2.iso / arexx / loadifx.rexx
OS/2 REXX Batch file  |  1997-01-23  |  350b  |  14 lines

  1. /*
  2.                           Visual FX Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1997 Merlin's Software
  5. */
  6.  
  7. options results
  8. if (POS('IMAGEFX.1',SHOW('Ports')) = 0) then
  9.      Address Command "run >NIL: ImageFX:ImageFX"
  10. do while (POS('IMAGEFX.1',SHOW('Ports')) = 0)
  11.     address command "C:Wait 3"
  12.     end
  13. exit
  14.